home *** CD-ROM | disk | FTP | other *** search
/ Aminet 33 / Aminet 33 - October 1999.iso / Aminet / misc / math / TCalcStats2c.readme < prev   
Encoding:
Text File  |  1999-09-06  |  12.2 KB  |  265 lines

  1. Short:    Statistical Analysis using TurboCalc 5 (update 3)
  2. Author:   (Rudy Kohut and Nick Bergquist)
  3. Uploader: kohutr@connexus.net.au (Rudy Kohut)
  4. Type:     misc/math
  5. Replaces: TCalcStats2b.lha
  6. Requires: OS2.04+, RexxMast
  7.  
  8.         rexxmathlib.library (included)
  9.         rexxreqtools.library (included)
  10.         TurboCalc 5+ (it may work on ver. 4)
  11.         Latest version of Installer (included)
  12. Version:          2c (Almost ready for Release)
  13. Distribution:    Aminet
  14. Date of this release: Sometime during August 1999
  15.  
  16. ***************
  17. Changes in version 2c:
  18. * Addition of one new script:
  19. - Durbin.rexx (Durbin Test - Incomplete Block Design)
  20.  
  21. * Changes to the HELP files and Stats_Macros.TCD macrosheet to reflect the new
  22. script. I have also cleaned up the html code.
  23. ***************
  24.  
  25. ***************
  26. Changes in version 2b:
  27.  
  28. * Addition of three new scripts:
  29. - Chi-Sq_GO_Fit.rexx (Goodness of Fit test) - this complements the included
  30. "Normality" test which is also based on the Chi-Sq Test
  31. - Shapiro.rexx (Shapiro-Wilk Test for Normality)
  32. - Deviates.rexx (Random Normal Deviates Generator)
  33.  
  34. * Changes to the HELP files and STATS_Macros.TCD macrosheet to reflect the new
  35. scripts. I have also added material in the HELP files related to the "Normality"
  36. test, linking it with the new "Goodness of Fit" test material. I would
  37. appreciate feedback/assistance on this as my ability to interpret the Chi-Sq
  38. tests is limited and text books are very confusing! (Rudy)
  39. ***************
  40.  
  41. ***************
  42. Changes in version 2a:
  43.  
  44. * Corrections to two scripts:
  45. - T-test_IndSamples_UneqVar.rexx (silly editing error corrected)
  46. - Fisher_Exact.rexx (programming error corrected)
  47.  
  48. * Addition of two new scripts:
  49. - Cochran.rexx (Cochran's test for related observations)
  50. - Smirnov_2W.rexx (Smirnov test on two independent samples)
  51.  
  52. * Changes to the HELP files and STATS_Macros.TCD macrosheet to reflect the new scripts
  53. **************
  54.  
  55. What is it?
  56.  
  57. This archive contains a number of Arexx script files (32!) that are called
  58. by TurboCalc macros to produce statistical analysis on data contained
  59. in a spreadsheet. Here are the files:
  60.  
  61. Wilcoxon_Sign_Rank.rexx     8630 ----rw-d 02-Aug-98 14:23:22
  62. T-test_IndSamples_UneqVar.rexx   11281 ----rwed 24-Jun-99 13:32:12
  63. T-test_IndSamples.rexx     10647 ----rwed 15-Aug-98 09:14:59
  64. T-test_Corr_Sample.rexx    10444 ----rwed 15-Aug-98 09:14:09
  65. Spearmans_Rho.rexx         14629 ----rwed 12-Sep-98 20:06:25
  66. shannon-weiner.rexx        10448 ----rw-d 02-Aug-98 15:01:17
  67. Regression.rexx        14935 ----rwed 07-Oct-98 12:18:59
  68. Rank&Percentile.rexx        6215 ----rwed 02-Aug-98 14:33:01
  69. Normality.rexx         13164 ----rw-d 03-Jul-99 11:53:50
  70. Moving_Average.rexx         7003 ----rwed 02-Aug-98 14:34:55
  71. Mann-Whitney.rexx          12687 ----rwed 11-Oct-98 15:00:20
  72. Kruskal-Wallis.rexx        10401 ----rwed 02-Aug-98 14:37:07
  73. Kendalls_Tau.rexx           7305 ----rwed 18-Aug-98 16:13:11
  74. Histogram.rexx          7878 ----rwed 02-Aug-98 14:38:02
  75. F_Ratio.rexx           10239 ----rwed 03-Oct-98 10:17:49
  76. Friedman_Rank.rexx         11678 ----rwed 09-Aug-98 11:07:53
  77. Fisher_Exact.rexx           9089 ----rw-d 24-Jun-99 13:31:52
  78. Exponential_Smooth.rexx     7839 ----rwed 07-Feb-99 15:23:06
  79. Descriptive_Stats.rexx     12739 ----rwed 02-Aug-98 14:41:33
  80. Deviates.rexx           3961 ----rwed 03-Jul-99 11:54:20
  81. Covariance.rexx         7224 ----rwed 02-Aug-98 14:42:19
  82. Correlation.rexx       14765 ----rwed 18-Oct-98 13:58:19
  83. Chi-Sq_Indep.rexx          11379 ----rw-d 09-Oct-98 07:48:51
  84. ANOVA_TWOWAY_NO_REP.rexx   13115 ----rwed 21-Sep-98 20:41:54
  85. ANOVA_TwoWay.rexx          16160 ----rwed 21-Sep-98 20:43:16
  86. anova_oneway.rexx          11339 ----rwed 21-Sep-98 20:42:21
  87. STATS_Macros.TCD        7011 ----rwed Today     14:13:24
  88. STATS_Macros.TCD.info        468 ----rwed 02-Apr-99 13:28:55
  89. Cochran.rexx            8825 ----rwed 29-Jun-99 17:56:55
  90. Smirnov_2W.rexx         9173 ----rw-d 02-Aug-98 14:29:46
  91. Chi-Sq_GO_Fit.rexx          9445 ----rw-d 03-Jul-99 11:53:37
  92. Shapiro.rexx           28973 ----rw-d 02-Jul-99 15:21:50
  93. Chi-Sq_2_Ind_Sam.rexx       9898 ----rwed 04-Jul-99 11:35:04
  94. Durbin.rexx            10140 ----rw-d Today     14:13:32
  95.  
  96.  
  97.  
  98. Want to know more? Read the included help files!
  99.  
  100. NOTE: We have not been able to finish the help files and some of the scripts for
  101. this release. However, it is about 98% complete and still usable.
  102.  
  103. Changes?
  104.  
  105. This is the second version of TcalcStats. It replaces the first version
  106. developed for use with TurboCalc 3.5.
  107.  
  108. This version uses Turbocalc 5+ but may also work with TurboCalc
  109. version 4 (untested).
  110.  
  111. Please note: there were some changes made to the Arexx command set in
  112. TurboCalc between 3.5 and 4/5. Also, TurboCalc's public screen name
  113. changed. These changes, along with many, many, others are reflected in the scripts.
  114.  
  115. What is included?
  116.  
  117. There are basically four categories of files in this distribution:
  118.  
  119. 1. The Arexx script files that do the work and which MUST be put in
  120. the TurboCalc/Arexx drawer.
  121. 2. The spreadsheet file that contains the macros that call the scripts
  122. (called "STATS_Macros.TCD", and which can be put anywhere but will be
  123. installed in the TurboCalc/arexx drawer.
  124. 3. The help files that tell you how to use the macros and interpret the
  125. results! These files would normally be put in the Turbocalc/Help/Stats_Help
  126. drawer but you can install them anywhere. We have tried to produce two types of
  127. help files - Amigaguide and HTML. They are identical (we hope!) so choose which
  128. one you prefer.
  129. 4. Special arexx library files that must go in "Libs:". These are:
  130. >rexxreqtools.library< copyright 1992-94 by Rafael D'Hallewyn
  131. >rexxmathlib.library< copyright 1995 by Thomas Richter
  132.  
  133. Installation?
  134.  
  135. Use the supplied "Install_Tcalcstats2c" program to put things in their
  136. proper places.
  137.  
  138. It is also vital that you have an "Assign" for Turbocalc. If the
  139. installer doesn't find one, it will prompt you to create the assign
  140. and add it to your "user-startup" file. The assign must be active or
  141. the scripts will not work!!
  142.  
  143. Who did it?
  144.  
  145. Rudy Kohut did the first version by himself (and it shows!).
  146.  
  147. Rudy and Nick Bergquist teamed up to improve and expand the scripts
  148. and to create vastly improved help files in both amigaguide and HTML
  149. formats.
  150.  
  151. Rudy lives in Melbourne, Australia.
  152. Nick lives in Greenwich, U.K.
  153.  
  154. Any queries? Please give us your feedback!
  155.  
  156. Contact Rudy by email: kohutr@connexus.net.au
  157. Contact Nick by email: N.A.Bergquist@greenwich.ac.uk
  158.  
  159.  
  160. ============================= Archive contents =============================
  161.  
  162. Original  Packed Ratio    Date     Time    Name
  163. -------- ------- ----- --------- --------  -------------
  164.      628     271 56.8% 02-Apr-99 14:00:30  TCalcStats2c.info
  165.      628     259 58.7% 02-Apr-99 13:12:54 +AREXX.info
  166.    11339    4286 62.2% 21-Sep-98 20:42:20 +anova_oneway.rexx
  167.    16160    5305 67.1% 21-Sep-98 20:43:16 +ANOVA_TwoWay.rexx
  168.    13115    4633 64.6% 21-Sep-98 20:41:54 +ANOVA_TWOWAY_NO_REP.rexx
  169.     9898    3880 60.8% 04-Jul-99 11:35:04 +Chi-Sq_2_Ind_Sam.rexx
  170.     9445    3869 59.0% 03-Jul-99 11:53:36 +Chi-Sq_GO_Fit.rexx
  171.    11379    4251 62.6% 09-Oct-98 07:48:50 +Chi-Sq_Indep.rexx
  172.     8825    3558 59.6% 29-Jun-99 17:56:54 +Cochran.rexx
  173.    14765    5380 63.5% 18-Oct-98 13:58:18 +Correlation.rexx
  174.     7224    2705 62.5% 02-Aug-98 14:42:18 +Covariance.rexx
  175.    12739    4274 66.4% 02-Aug-98 14:41:32 +Descriptive_Stats.rexx
  176.     3961    1787 54.8% 03-Jul-99 11:54:20 +Deviates.rexx
  177.    10148    4031 60.2% 22-Aug-99 07:41:30 +Durbin.rexx
  178.     7839    2881 63.2% 07-Feb-99 15:23:06 +Exponential_Smooth.rexx
  179.     9089    3288 63.8% 24-Jun-99 13:31:52 +Fisher_Exact.rexx
  180.    11678    4640 60.2% 09-Aug-98 11:07:52 +Friedman_Rank.rexx
  181.    10239    4022 60.7% 03-Oct-98 10:17:48 +F_Ratio.rexx
  182.     7878    2913 63.0% 02-Aug-98 14:38:02 +Histogram.rexx
  183.     7305    2765 62.1% 18-Aug-98 16:13:10 +Kendalls_Tau.rexx
  184.    10401    3962 61.9% 02-Aug-98 14:37:06 +Kruskal-Wallis.rexx
  185.    12687    4544 64.1% 11-Oct-98 15:00:20 +Mann-Whitney.rexx
  186.     7003    2584 63.1% 02-Aug-98 14:34:54 +Moving_Average.rexx
  187.    13164    4910 62.7% 03-Jul-99 11:53:50 +Normality.rexx
  188.     6215    2282 63.2% 02-Aug-98 14:33:00 +Rank&Percentile.rexx
  189.    14935    5382 63.9% 07-Oct-98 12:18:58 +Regression.rexx
  190.    10448    3884 62.8% 02-Aug-98 15:01:16 +shannon-weiner.rexx
  191.    28973    8354 71.1% 02-Jul-99 15:21:50 +Shapiro.rexx
  192.     9173    3104 66.1% 02-Aug-98 14:29:46 +Smirnov_2W.rexx
  193.    14629    5762 60.6% 12-Sep-98 20:06:24 +Spearmans_Rho.rexx
  194.     7011    2010 71.3% 31-Jul-99 14:13:24 +STATS_Macros.TCD
  195.      468     264 43.5% 02-Apr-99 13:28:54 +STATS_Macros.TCD.info
  196.    10444    3951 62.1% 15-Aug-98 09:14:08 +T-test_Corr_Sample.rexx
  197.    10647    3995 62.4% 15-Aug-98 09:14:58 +T-test_IndSamples.rexx
  198.    11281    4248 62.3% 24-Jun-99 13:32:12 +T-test_IndSamples_UneqVar.rexx
  199.     8630    3245 62.3% 02-Aug-98 14:23:22 +Wilcoxon_Sign_Rank.rexx
  200.   109956   60618 44.8% 27-Jun-98 15:53:48 +installer
  201.     6828    1779 73.9% 03-Jul-99 12:13:58 +Install_Tcalcstats2c
  202.     2285     395 82.7% 31-Jul-99 14:20:44 +Install_Tcalcstats2c.info
  203.      628     261 58.4% 02-Apr-99 11:14:08 +Libs.info
  204.     5448    3376 38.0% 27-Jun-98 16:00:56 +rexxmathlib.library
  205.    11664    6534 43.9% 27-Jun-98 16:01:08 +rexxreqtools.library
  206.     6347    2766 56.4% 22-Aug-99 07:56:38 +Readme
  207.     1320     827 37.3% 03-Jul-99 12:15:12 +Readme.info
  208.     7011    2010 71.3% 31-Jul-99 14:12:02 +rexx
  209.      628     270 57.0% 02-Apr-99 11:14:08 +Stats_Help.info
  210.      628     272 56.6% 02-Apr-99 13:14:20 +AmigaGuide.info
  211.   178696   57366 67.8% 22-Aug-99 07:39:16 +TCalcStats2c.Guide
  212.     1576     931 40.9% 31-Jul-99 14:17:20 +TCalcStats2c.Guide.info
  213.      628     269 57.1% 02-Apr-99 11:15:00 +html.info
  214.     6848    2824 58.7% 31-Jul-99 14:24:22 +anova1.html
  215.     7639    2965 61.1% 31-Jul-99 14:24:22 +anova2.html
  216.     2734    1204 55.9% 31-Jul-99 14:24:22 +anova3.html
  217.     2426    1113 54.1% 31-Jul-99 14:24:22 +chisquare.html
  218.     2739    1271 53.5% 31-Jul-99 14:24:24 +chisq_gof.html
  219.     2599    1266 51.2% 31-Jul-99 14:24:24 +cochran.html
  220.     5758    2333 59.4% 31-Jul-99 14:24:22 +correlation.html
  221.     1209     632 47.7% 31-Jul-99 14:24:22 +covariance.html
  222.     7222    2902 59.8% 31-Jul-99 14:24:22 +descstats.html
  223.     1585     939 40.7% 31-Jul-99 14:24:24 +deviates.html
  224.     2156    1083 49.7% 22-Aug-99 07:39:48 +durbin.html
  225.     3253    1524 53.1% 31-Jul-99 14:24:22 +expsmooth.html
  226.     5016    2088 58.3% 31-Jul-99 14:24:22 +fisherexact.html
  227.     3606    1653 54.1% 31-Jul-99 14:24:22 +fratio.html
  228.     1355     741 45.3% 31-Jul-99 14:24:24 +friedman.html
  229.      697     408 41.4% 31-Jul-99 14:24:22 +goodfit.html
  230.     4473    1927 56.9% 31-Jul-99 14:24:22 +heterogeneity.html
  231.     4747    2000 57.8% 31-Jul-99 14:24:22 +histogram.html
  232.     2270    2270  0.0% 18-Jul-99 14:28:14 +cumfreqgraph.gif
  233.     2212    2212  0.0% 18-Jul-99 14:28:14 +cumpercgraph.gif
  234.     3882    3882  0.0% 18-Jul-99 14:28:14 +fisher.gif
  235.     1649    1649  0.0% 18-Jul-99 14:28:14 +inputreq.gif
  236.     3131    3131  0.0% 18-Jul-99 14:28:14 +leptokurtic.gif
  237.     3455    3455  0.0% 18-Jul-99 14:28:16 +negativeskew.gif
  238.     3072    3072  0.0% 18-Jul-99 14:28:16 +normaldist.gif
  239.     1713    1713  0.0% 18-Jul-99 14:28:16 +outputreq.gif
  240.     3163    3163  0.0% 18-Jul-99 14:28:16 +platykurticdist.gif
  241.     3458    3458  0.0% 18-Jul-99 14:28:16 +positiveskew.gif
  242.     2267    2267  0.0% 18-Jul-99 14:28:16 +sigmoidgraph.gif
  243.     5126    5126  0.0% 18-Jul-99 14:28:16 +startmacro.gif
  244.     1636    1636  0.0% 18-Jul-99 14:28:16 +t-test1.gif
  245.     4370    4370  0.0% 18-Jul-99 14:28:16 +tdist.gif
  246.     2799    1266 54.7% 31-Jul-99 14:24:22 +kendall.html
  247.     4452    1940 56.4% 31-Jul-99 14:24:22 +kruswall.html
  248.    50336   17601 65.0% 31-Jul-99 14:24:22 +main.html
  249.     1214     458 62.2% 31-Jul-99 14:24:22 +main.html.info
  250.     5856    2265 61.3% 31-Jul-99 14:24:22 +mannwhitney.html
  251.     2739    1383 49.5% 31-Jul-99 14:24:22 +movingaverage.html
  252.     3319    1627 50.9% 31-Jul-99 14:24:22 +normality.html
  253.     3131    1332 57.4% 31-Jul-99 14:24:22 +rankper.html
  254.     8825    3504 60.2% 31-Jul-99 14:24:24 +regress.html
  255.     3786    1769 53.2% 31-Jul-99 14:24:24 +shannon.html
  256.     2228    1128 49.3% 31-Jul-99 14:24:24 +shapiro.html
  257.     3093    1402 54.6% 31-Jul-99 14:24:24 +smirnov.html
  258.     5429    2141 60.5% 31-Jul-99 14:24:24 +spearman.html
  259.     3426    1575 54.0% 31-Jul-99 14:24:24 +ttest1.html
  260.     4242    1906 55.0% 31-Jul-99 14:24:24 +ttest2.html
  261.     4062    1834 54.8% 31-Jul-99 14:24:24 +ttest3.html
  262.     5402    2213 59.0% 31-Jul-99 14:24:24 +wilcoxon.html
  263. -------- ------- ----- --------- --------
  264.   915839  384774 57.9% 02-Sep-99 00:01:40   99 files
  265.